From e8918e36f9430fc6138a609805f31728cc1b5fe8 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Mon, 15 Feb 2010 08:19:07 +0000 Subject: [PATCH] xend: Remove redundant 'name' from LEGACY_CFG_TYPES and LEGACY_XENSTORE_VM_PARAMS Two 'name's are defined in LEGACY_CFG_TYPES of XendConfig.py. LEGACY_XENSTORE_VM_PARAMS also is same. This patch removes redundant 'name's. Signed-off-by: Masaki Kanno --- tools/python/xen/xend/XendConfig.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/python/xen/xend/XendConfig.py b/tools/python/xen/xend/XendConfig.py index 216665a4e0..0624bc62f9 100644 --- a/tools/python/xen/xend/XendConfig.py +++ b/tools/python/xen/xend/XendConfig.py @@ -268,7 +268,6 @@ LEGACY_CFG_TYPES = { 'cpu_time': float, 'features': str, 'localtime': int, - 'name': str, 'on_poweroff': str, 'on_reboot': str, 'on_crash': str, @@ -293,7 +292,6 @@ LEGACY_XENSTORE_VM_PARAMS = [ 'shadow_memory', 'maxmem', 'start_time', - 'name', 'on_poweroff', 'on_crash', 'on_reboot', -- 2.30.2